Autogenerated HTML docs for v1.5.2-rc3-39-gaf9b
diff --git a/git-add.txt b/git-add.txt index ea27018..27b9c0f 100644 --- a/git-add.txt +++ b/git-add.txt
@@ -57,8 +57,11 @@ the index. -u:: - Update all files that git already knows about. This is what - "git commit -a" does in preparation for making a commit. + Update only files that git already knows about. This is similar + to what "git commit -a" does in preparation for making a commit, + except that the update is limited to paths specified on the + command line. If no paths are specified, all tracked files are + updated. \--:: This option can be used to separate command-line options from